home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util3 / util2.arc / FONTEDIT.DOC < prev    next >
Encoding:
Text File  |  1988-10-27  |  3.6 KB  |  64 lines

  1.           FONTEDIT                                Michael J. Mefford
  2.           Command                                         1988 No.15
  3.  
  4.  
  5.           __________________________________________________________
  6.  
  7.  
  8.           Purpose:  Permits modifying/creating EGA or VGA character
  9.                     fonts with keyboard or mouse and saving the new
  10.                     fonts as .COM files that can be loaded from the
  11.                     DOS prompt.
  12.  
  13.           Format:   [d:][path]FONTEDIT [filespec]
  14.  
  15.           Remarks:  If no font filename and path are supplied as the
  16.                     filespec, FONTEDIT uses the currently displayed
  17.                     font, beginning with the letter A. Pixels in the
  18.                     Edit window are toggled on or off with the space-
  19.                     bar or with left and right mouse buttons. The
  20.                     highlighted cursor may be moved within the Edit
  21.                     window by mouse or with the cursor Arrow keys,
  22.                     and it can be "dragged" to adjacent pixels by
  23.                     holding down a Shift key or mouse button. Editing
  24.                     changes are saved by pressing F4, and an opport-
  25.                     unity is provided to supply a missing filename.
  26.                     FONTEDIT will supply the requisite .COM extension
  27.                     automatically. Esc quits the program.
  28.  
  29.                     Pressing F5 copies the original character template
  30.                     to the Edit window. New characters to edit can be
  31.                     loaded by pressing the appropriate key on the key-
  32.                     board, by pressing the the PgUp and PgDn keys,
  33.                     (which move in ASCII sequence), or by holding down
  34.                     the Alt key while typing the ASCII code on the
  35.                     numeric keypad, then releasing Alt. The Tab key
  36.                     toggles the cursor between the Edit window and the
  37.                     full Character Set window. Highlighted characters
  38.                     in the latter can be loaded for editing by pressing
  39.                     Enter or one of the mouse buttons.
  40.  
  41.                     The F1, F2, and F3 keys affect all characters with-
  42.                     in the entire font. F1 (or the Del key) deletes a 
  43.                     whole row of pixels and is used to shorten the
  44.                     height of the character box. The default (and max-
  45.                     imum) character box size is 8 pixels wide (this
  46.                     cannot be changed) by 14 pixels high (EGA) or 16
  47.                     pixels high (VGA). A 43-line EGA font uses a char-
  48.                     acter box of 8 by 8 pixels, for example. When F1
  49.                     (or Del) is used, confirmation of the deletion is
  50.                     required. F2 inserts a blank row of pixels through-
  51.                     out the entire font (maximum height permitting),
  52.                     and F3 copies each character's current pixel map,
  53.                     as, for example, to thicken a serif.
  54.  
  55.                     Modified or created fonts are loaded simply by en-
  56.                     tering their names at the DOS prompt. Normal oper-
  57.                     ation is restored by entering any video-mode command
  58.                     for example, MODE CO80 on a color system or MODE
  59.                     MONO in monochrome. Applications that reset the 
  60.                     video mode on entry or when returning from DOS also
  61.                     restore the default ROM font and cannot be used suc-
  62.                     cessfully with FONTEDIT.
  63.  
  64.